home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
frame_62
/
PlaceObject2_3562_562
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
211 b
|
9 lines
onClipEvent(enterFrame){
if(this._name != "orig")
{
_rotation = _rotation + 10;
this._x += (this._x - _root.star_load_x) / 2;
this._y += (this._y - _root.star_load_y) / 2;
}
}